home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / imagens_47_CRITICA.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  413 b   |  20 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "CRITICAS2"
  3.   cursor(280)
  4.   set the visible of sprite 41 to 1
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "CRITICAS1"
  9.   cursor(-1)
  10.   set the visible of sprite 41 to 0
  11. end
  12.  
  13. on mouseDown me
  14.   set the member of sprite the currentSpriteNum to "CRITICAS3"
  15. end
  16.  
  17. on mouseUp me
  18.   gotoNetPage("mailto:chb@bigmax.com.br")
  19. end
  20.